Skip to content

,System.Reactive.Timestamped{-0})}

Timestamped.op_Inequality(Timestamped, Timestamped) operator

Defined in

Type: Timestamped Namespace: System.Reactive Assembly: System.Reactive.dll

Applies to

netstandard2.0

public static bool operator !=(Timestamped<T> first, Timestamped<T> second)

Summary: Determines whether the two specified Timestamped values don't have the same Value and Timestamp.

Parameters

NameTypeDescription
first[Timestamped](#The first [Timestamped](# value to compare.
second[Timestamped](#The second [Timestamped](# value to compare.

Returns: bool -- true if the first Timestamped value has a different Value or Timestamp as the second Timestamped value; otherwise, false.